home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / hsc.lha / hsc / src_docs / features / getsize.hsc < prev    next >
Text File  |  1996-04-17  |  689b  |  18 lines

  1. <WEBPAGE chapter="hsc - " title="Get size of images"
  2.          PREV="rplcent.html" NEXT=":options.html">
  3.  
  4. <P>Several browsers support the attributes <CODE>WIDTH</CODE> and
  5. <CODE>HEIGHT</CODE> for tags like <TG>IMG</TG>. If you know the
  6. exact with of your image, you can tell it the browser. This might
  7. speed up the layout-engine, because the browser doesn't have to
  8. wait for the image to be transfered or needs to relayout the page
  9. after the transfer</P>
  10.  
  11. <P>As you usualy don't know the exact size of your images, let your
  12. stupid computer handle that tricky task by enabling the switch
  13. <op_getsize> when invoking <hsc></P>
  14.  
  15. Supported image formats are GIF, JFIF/JPEG and PiNG.
  16.  
  17. </WEBPAGE>
  18.